home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / TESTWARE / PAL / PAL.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-01-20  |  486b  |  20 lines

  1. echo off
  2. cls
  3. echo The Punter's Pal files are going to be installed on hard disc C in a
  4. echo directory called PAL5.
  5. echo.
  6. echo If you don't wish to proceed, press CTRL-C, otherwise ...
  7. pause
  8. md c:\pal5
  9. copy manual.exe c:\pal5
  10. copy pal5.exe c:\pal5
  11. copy order.doc c:\pal5
  12. copy readme.1st c:\pal5
  13. c:
  14. cd\pal5
  15. echo.
  16. echo The files have now been installed in the directory C:\PAL5
  17. echo.
  18. echo To run the program, simply log onto the PAL5 directory and then type PAL5
  19. echo.
  20.